menu
rtmp_player package
documentation
rtmp_player_method_channel.dart
MethodChannelRtmpPlayer
play method
play method
dark_mode
light_mode
play
method
@
override
Future
play
(
)
override
播放
Implementation
@override Future play() async { return await methodChannel?.invokeMethod('play'); }
rtmp_player package
documentation
rtmp_player_method_channel
MethodChannelRtmpPlayer
play method
MethodChannelRtmpPlayer class