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