1
0
Fork 0
mirror of synced 2024-07-16 11:56:24 +12:00
appwrite/app/sdks/flutter-dart/lib/service.dart
2020-04-05 23:39:45 +03:00

7 lines
98 B
Dart

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