initSDK method

Future initSDK(
  1. String key
)

Implementation

Future<dynamic> initSDK(String key) {
  throw UnimplementedError('');
}