dispose method

Future<void> dispose()

Stops and clears the camera ressources.

Implementation

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