returnNote static method

Future<bool> returnNote()

Implementation

static Future<bool> returnNote() async {
  return await _channel.invokeMethod('returnNote');
}