appwrite/app/sdks/client-flutter-dev/lib/service.dart

8 lines
95 B
Dart
Raw Normal View History

2020-07-10 05:07:47 +00:00
import 'client.dart';
class Service {
final Client client;
const Service(this.client);
}