verifySessionWithBackend abstract method
- @protected
- @visibleForTesting
- K info, {
- bool shouldUpdateSession = true,
Helper method to verify the local session against the backend.
Implementation
@protected
@visibleForTesting
Future<RequestResponse<K>> verifySessionWithBackend(K info,
{bool shouldUpdateSession = true});