Check if the current camera has flash/torch support
Future<bool> hasFlash({String? deviceId}) async { return await _platformInstance.hasFlash(deviceId: deviceId); }