availableCameras method

Future<List<CameraDescription>> availableCameras()

Completes with a list of available cameras.

This method returns an empty list when no cameras are available.

Implementation

Future<List<CameraDescription>> availableCameras() {
  throw UnimplementedError('availableCameras() is not implemented.');
}