handleWithAuthInfo method Null safety
Informs for user authentication.
Implements this method to get userId
, accessToken
, apiHost
and
wsHost
from customer side. Then method will attempt to authenticate
with given information.
Implementation
void handleWithAuthInfo(
Function(String userId, String accessToken, String apiHost, String wsHost)
cb) {}