dispose method

Future<void> dispose()

Release resources of the camera.

Must call this method when camera is no longer needed.

Implementation

Future<void> dispose() {
  return _channel.invokeMethod(_disposeMethod);
}