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