mirror of
https://github.com/appwrite/sdk-for-flutter.git
synced 2026-06-06 19:37:52 +00:00
8 lines
91 B
Dart
8 lines
91 B
Dart
part of appwrite;
|
|
|
|
class Service {
|
|
final Client client;
|
|
|
|
const Service(this.client);
|
|
}
|