startCaptureService static method
Implementation
static Future<dynamic> startCaptureService() async {
try {
return await platform.invokeMethod('startCaptureService');
} catch (e) {
throw e.toString();
}
}
static Future<dynamic> startCaptureService() async {
try {
return await platform.invokeMethod('startCaptureService');
} catch (e) {
throw e.toString();
}
}