startDetection static method

void startDetection()

Implementation

static void startDetection() async
{
  await _channel.invokeMethod(OwlCameraDefine.METHOD_START_DETECTION, [""]);
}