mirror of
https://github.com/appwrite/appwrite
synced 2026-05-04 22:09:16 +00:00
9 lines
No EOL
142 B
Dart
9 lines
No EOL
142 B
Dart
import 'package:appwrite/client.dart';
|
|
|
|
class Service {
|
|
Client client;
|
|
|
|
Service(Client client) {
|
|
this.client = client;
|
|
}
|
|
} |