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