@override Future<void> destroy() async { try { await _coreChannel.invokeMethod(SuperfineSdkChannelMethods.destroy); } catch (e) { print("Error destroying SDK instance: $e"); } }