upshotUserId static method

Future<String?> upshotUserId()

Implementation

static Future<String?> upshotUserId() async {
  return await _channel.invokeMethod("getUserId");
}