onPauseEvent static method

void onPauseEvent()

Implementation

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