userId property

Future<String?> get userId

Implementation

static Future<String?> get userId async {
  return await _channel.invokeMethod('getUserId');
}