calculateBMR abstract method
Implementation
Future<double> calculateBMR({
required double weight,
required double height,
required int age,
required bool isMale,
required double bodyFatPercentage,
Ethnicity ethnicity = Ethnicity.white,
});