@override Future<void> setMargin(int margin) async { await methodChannel.invokeMethod("setMargin", margin); }