menu
jw_video_player package
documentation
mobile/jwplayer_method_channel.dart
MethodChannelJWPlayer
play method
play method
dark_mode
light_mode
play
method
@
override
Future
<
void
>
play
(
int
id
)
override
Implementation
@override Future<void> play(int id) async { viewChannel.invokeMethod<String>('play', {"id": id}); }
jw_video_player package
documentation
mobile/jwplayer_method_channel
MethodChannelJWPlayer
play method
MethodChannelJWPlayer class