switchCamera method
Switch camera
Implementation
@override
Future<void> switchCamera(MediaStream stream) async {
// Web doesn't have a simple switchCamera like Mobile Helper
// Usually you enumerate and then getUserMedia again with the new deviceId
}