reset static method

Future<String> reset()

Implementation

static Future<String> reset() async {
  return await _channel.invokeMethod('resetConfig');
}