getCredential method

Future<String?> getCredential(
  1. String options
)

Implementation

Future<String?> getCredential(String options) {
  throw UnimplementedError(
      'getCredential(String options) has not been implemented.');
}