cleanUp function

Future<void> cleanUp()

Implementation

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