@override Future<String> getUserName() async { final userName = await methodChannel.invokeMethod<String>('getUserName'); return userName ?? ""; }