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