Future<void> init({String? uid, appKey}) async { return _channel.invokeMethod("init", <String, dynamic>{ 'appKey': appKey, 'uid': uid, }); }