userID static method

Future<String> userID()

Implementation

static Future<String>userID() {
  return _platform.userID();
}