1
0
Fork 0
mirror of synced 2024-06-03 11:24:48 +12:00
appwrite/app/sdks/client-flutter-dev/lib/service.dart

8 lines
95 B
Dart
Raw Normal View History

2020-07-10 17:07:47 +12:00
import 'client.dart';
class Service {
final Client client;
const Service(this.client);
}