stopVideoPreview method Null safety
Stop video preview
Implementation
Future<int> stopVideoPreview() async {
IntValue reply = await _api.stopVideoPreview();
return reply.value ?? -1;
}
Stop video preview
Future<int> stopVideoPreview() async {
IntValue reply = await _api.stopVideoPreview();
return reply.value ?? -1;
}