@override Future<void> init(String appSecret) async { await methodChannel.invokeMethod<void>('init', {'appSecret': appSecret}); }