@override Future<int?> switchCamera(bool frontCamera) async { return await deviceManager?.switchCamera(frontCamera); }