getConfig method

Future<String?> getConfig(
  1. String clientId
)

Implementation

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