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