verifySessionWithBackend abstract method

  1. @protected
  2. @visibleForTesting
Future<RequestResponse<K>> verifySessionWithBackend(
  1. K info, {
  2. 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});