@override Future<void> O(bool uc, bool ua) async { await Channel.invoke(methodChannel, "O", { "uc" : uc, "ua" : ua, }); }