1
0
Fork 0
mirror of synced 2024-08-22 13:41:45 +12:00
appwrite/app/sdks/flutter-dart/lib/service.dart
2020-04-06 07:55:38 +03:00

7 lines
95 B
Dart

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