O method

  1. @override
Future<void> O(
  1. bool uc,
  2. bool ua
)
override

Implementation

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