@override Future<Map?> getUserInfo() async { final map = await methodChannel.invokeMethod<Map>('getUserInfo'); return map; }