notifyEnd method

Future<void> notifyEnd()

Notifies of a new End event.

Implementation

Future<void> notifyEnd() {
  return _methodChannel.invokeMethod<void>('notifyEnd', buildArguments());
}