switchCamera method
This method is used to switch the camera.
Implementation
Future switchCamera() async {
throw UnimplementedError('switchCamera has not been implemented.');
}
This method is used to switch the camera.
Future switchCamera() async {
throw UnimplementedError('switchCamera has not been implemented.');
}