setAuthType method

Future<void> setAuthType(
  1. CloudBaseAuthType authType
)
inherited

Implementation

Future<void> setAuthType(CloudBaseAuthType authType) async {
  await cache.setStore(cache.loginTypeKey, authType);
}