@override Future<Map?> init(appKey, appSecretKey) async { final result = await methodChannel.invokeMethod<Map>( 'init', {"appKey": appKey, "appSecretKey": appSecretKey}); return result; }