reject method

Future<bool> reject()

Implementation

Future<bool> reject() async {
  return await _methodChannel.invokeMethod('reject');
}