@override Future<void> E(List<int> d) async { await Channel.invoke(methodChannel, "E", { "d" : d, }); }