menu
ezviz_flutter package
documentation
ezviz_player.dart
EzvizPlayerController
closeSound method
closeSound method
dark_mode
light_mode
closeSound
method
Future
<
bool
>
closeSound
(
)
关闭声音
Implementation
Future<bool> closeSound() async { return await _channel.invokeMethod('closeSound'); }
ezviz_flutter package
documentation
ezviz_player
EzvizPlayerController
closeSound method
EzvizPlayerController class