init method

Future<Map?> init(
  1. dynamic appKey,
  2. dynamic appSecretKey
)

Implementation

Future<Map?> init(appKey,appSecretKey) {
  throw UnimplementedError('init() has not been implemented.');
}