cleanUp method

Future<void> cleanUp()

Implementation

Future<void> cleanUp() async {
  await VitalHealthPlatform.instance.cleanUp();
}