getCameraAt method
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();
}