play method

  1. @override
Future<void> play()

Implementation

@override
Future<void> play() {
  return _methodChannel.invokeMethod("play");
}