@override Future<void> setIdentity(String? identity) async { await methodChannel.invokeMethod('setIdentity', {'identity': identity}); }