menu
beauty_cam package
documentation
beauty_cam_method_channel.dart
MethodChannelBeautyCam
takeVideo method
takeVideo method
dark_mode
light_mode
takeVideo
method
@
override
Future
<
bool
?
>
takeVideo
(
)
override
开始拍视频
Implementation
@override Future<bool?> takeVideo() { return methodChannel.invokeMethod('takeVideo'); }
beauty_cam package
documentation
beauty_cam_method_channel
MethodChannelBeautyCam
takeVideo method
MethodChannelBeautyCam class