1
0
Fork 0
mirror of synced 2024-05-20 20:52:36 +12:00
appwrite/app/sdks/client-flutter-dev/lib/service.dart
2020-07-10 08:07:47 +03:00

8 lines
95 B
Dart

import 'client.dart';
class Service {
final Client client;
const Service(this.client);
}