makeSnap method

Future<void> makeSnap()

Implementation

Future<void> makeSnap() async {
  return await detectorChannel.invokeMethod("makeSnap");
}