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