@override Future<void> destory() async { try { await methodChannel.invokeMethod<void>('destory'); } catch (e) { if (kDebugMode) { print(e); } // rethrow; } }