I am new to backendless. And I am trying to use on a flutter app in android platform.
according to the sdk provider I have this code
public Future<BackendlessUser?> Backendless.userService.loginWithOauth2(authProviderCode, accessToken, fieldsMappings, stayLoggedIn)
from the console I already setup the google redirect link, client id, and secret
Now my confusion is getting the accessToken and the fieldMappings,
Is there some order steps to go this then one can get the accessToken that will be used here?
from the documentation there isn’t a detail step to go about this.
Help me out what I need to get done on the flutter sdk of backendless