enableSmartCapture method

Future<void> enableSmartCapture(
  1. bool val
)

Implementation

Future<void> enableSmartCapture(bool val) {
  throw UnimplementedError('enableSmartCapture() has not been implemented.');
}