detect method

Future<void> detect()

Implementation

Future<void> detect() async {
  return await _croppingChannel.invokeMethod("detect");
}