dispose method

Future<void> dispose(
  1. int cameraId
)

Releases the resources of this camera.

Implementation

Future<void> dispose(int cameraId) {
  throw UnimplementedError('dispose() is not implemented.');
}