queryLast24HourBloodOxygen property

Future<void> queryLast24HourBloodOxygen

Implementation

Future<void> get queryLast24HourBloodOxygen async {
  await mConnMethodChannel.invokeMethod('queryLast24HourBloodOxygen');
}