measureSpo2 method

void measureSpo2()

Implementation

void measureSpo2() async{
  await _channel.invokeMethod('measureSpo2');
}