@override Future<void> destroy() async { try { await _plugin.destroy().toDart; } catch (e) { throw Exception('销毁失败: $e'); } }