play method

Future<void> play()

Starts video playback.

Implementation

Future<void> play() => _channel.invokeMethod<void>('play', {'id': id});