@override Future<dynamic> initialize(String token) async { return await methodChannel .invokeMethod<dynamic>('Initialize', {"token": token}); }