getUserID static method

Future<String?> getUserID()

Provides user ID assigned to the user by Cooee.

Implementation

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