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