platform call to get decibel
Future<double?> getDecibel() async { var db = await _methodChannel.invokeMethod(Constants.getDecibel); return db; }