stopCapture static method
Implementation
static Future<dynamic> stopCapture() async {
final res = await callMethodForFaceUnity("stopCapture", {});
return res;
}
static Future<dynamic> stopCapture() async {
final res = await callMethodForFaceUnity("stopCapture", {});
return res;
}