startCapture method

Future<String?> startCapture()

Implementation

Future<String?> startCapture() {
  throw UnimplementedError('startcapture() has not been implemented.');
}