consent method

Future<void> consent()

Implementation

Future<void> consent() {
  return _channel.invokeMethod("consent");
}