GetUserID method

Future<String?> GetUserID()

Implementation

Future<String?> GetUserID() async {
  return _instance.GetUserID();
}