getCredentials method

Retrieves the credentials from the native storage.

Implementation

Future<Credentials> getCredentials(
    final CredentialsManagerRequest<GetCredentialsOptions> request) {
  throw UnimplementedError('getCredentials() has not been implemented');
}