stopCamera method

Future<void> stopCamera()

Implementation

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