getCameraAt method

  1. @override
Camera getCameraAt(
  1. int index
)
override

Returns the camera specified by the given index. Note that the camera at index 0 is always the main camera; this cannot be destroyed.

Implementation

@override
Camera getCameraAt(int index) {
  // TODO: implement getCameraAt
  throw UnimplementedError();
}