switchCamera method
Switch between front and back camera
Implementation
Future<Map<String, dynamic>> switchCamera(CameraPosition position) {
throw UnimplementedError('switchCamera() has not been implemented.');
}
Switch between front and back camera
Future<Map<String, dynamic>> switchCamera(CameraPosition position) {
throw UnimplementedError('switchCamera() has not been implemented.');
}