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