getUserMe abstract method
GET {backend}/User/Me with the bearer accessToken. Returns the status
(200 = row exists, 404 = create path).
Implementation
Future<int> getUserMe({
required String backendId,
required String accessToken,
});
GET {backend}/User/Me with the bearer accessToken. Returns the status
(200 = row exists, 404 = create path).
Future<int> getUserMe({
required String backendId,
required String accessToken,
});