namedUserId property

Future<String?> get namedUserId

Gets the named user.

Implementation

Future<String?> get namedUserId async {
  return await _module.channel.invokeMethod('contact#getNamedUserId');
}