@override Future<void> Like() async { try { await methodChannel.invokeMethod('Like'); } on PlatformException catch (e) { print("Failed to call Like: ${e.message}"); } }