init method
Implementation
Future init(
String apiKey,
String secretKey, {
ProdegePlayOptions? options,
}) async {
throw UnimplementedError('init() has not been implemented.');
}
Future init(
String apiKey,
String secretKey, {
ProdegePlayOptions? options,
}) async {
throw UnimplementedError('init() has not been implemented.');
}