init method

Future init(
  1. String apiKey,
  2. String secretKey, {
  3. ProdegePlayOptions? options,
})

Implementation

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