open method

Future<bool> open(
  1. int index
)

Opens the camera with the specified index.

Implementation

Future<bool> open(int index) {
  throw UnimplementedError('open() has not been implemented.');
}