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