dispose static method

Future<void> dispose()

Dispose PlayxCore

Implementation

static Future<void> dispose() async {
  Get.reset();
}