1
0
Fork 0
mirror of synced 2024-09-12 23:53:15 +12:00
appwrite/app/sdks/flutter-flutter/lib/service.dart
2020-05-17 09:47:01 +03:00

7 lines
95 B
Dart

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