📥Receiving API
Once the user has authorized your access to their data you will receive an access token and api endpoint
Receiving the Inference API
Future<void> onResolved(String apiUrl, String accessToken) async {Future<void> onResolved(String apiUrl, String accessToken) async {
try {
//Fetch the the User Onairos Data HereLast updated