Get the dev endpoint associated with the dev credentials.
Future<String?> getEndpoint() async { final credentials = await loadDevCredentials(); return credentials?.endpoint; }