Files
sdk-for-flutter/lib/service.dart
T

8 lines
91 B
Dart

part of appwrite;
class Service {
final Client client;
const Service(this.client);
}