appUserID property

Future<String> appUserID

Gets the current appUserID.

Implementation

static Future<String> get appUserID async =>
    await _channel.invokeMethod('getAppUserID') as String;