reset method

Future<void> reset()

Implementation

Future<void> reset() async {
  return await _croppingChannel.invokeMethod("reset");
}