editConsent method

Future<void> editConsent()

Implementation

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