volorio_media_gateway 0.2.0
volorio_media_gateway: ^0.2.0 copied to clipboard
Volorio Media Gateway Dart server SDK for production API integration.
example/main.dart
import 'package:volorio_media_gateway/volorio_media_gateway.dart';
import 'package:volorio_server/volorio_server.dart';
void main() {
final client = VolorioMediaGatewayClient(VolorioServerClient(apiBaseUrl: 'https://api.volor.io', apiKey: 'vol_server_key'));
print(client);
}