1
0
Fork 0
mirror of synced 2024-07-07 23:46:11 +12:00
appwrite/app/sdks/client-flutter/lib/service.dart
2020-05-17 12:13:48 +03:00

8 lines
95 B
Dart

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