setConfig method

Future<int?> setConfig(
  1. String config
)

Implementation

Future<int?> setConfig(String config) {
  throw UnimplementedError('setConfig() has not been implemented.');
}