This function returns a user's UUID string.
Future<String> getUUID() async { return _methods.getUUID(); }