setConfig method

Future<void> setConfig(
  1. String clientId
)

Implementation

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