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