removePeel method

Future<void> removePeel()

Implementation

Future<void> removePeel() async {
  await _channel.invokeMethod('removePeel');
}