notifyEnd method
Notifies of a new End event.
Implementation
Future<void> notifyEnd() {
return _methodChannel.invokeMethod<void>('notifyEnd', buildArguments());
}
Notifies of a new End event.
Future<void> notifyEnd() {
return _methodChannel.invokeMethod<void>('notifyEnd', buildArguments());
}