namedUserId property
Gets the named user.
Implementation
Future<String?> get namedUserId async {
return await _module.channel.invokeMethod('contact#getNamedUserId');
}
Gets the named user.
Future<String?> get namedUserId async {
return await _module.channel.invokeMethod('contact#getNamedUserId');
}