deleteHealthAll static method

Future deleteHealthAll()

Implementation

static Future<dynamic> deleteHealthAll() async {
  var dataHealthDel = await _channel.invokeMethod('deleteHistoryHealth');
  return dataHealthDel;
}