notifyPlay method

Future<void> notifyPlay()

Notifies of a new Play event.

Implementation

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