startCaptureService static method

Future startCaptureService()

Implementation

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