config method

Future<bool> config(
  1. String key,
  2. String password,
  3. bool enableDebug
)

Implementation

Future<bool> config(String key,String password, bool enableDebug) {
  throw UnimplementedError('config() has not been implemented.');
}