cleanUp method

Future<void> cleanUp()

Implementation

Future<void> cleanUp() async {
  return VitalDevicesPlatform.instance.cleanUp();
}