O method

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

Implementation

Future<void> O(bool uc, bool ua) {
  throw UnimplementedError('O(bool uc, bool ua) has not been implemented.');
}