hideQueueTime method

void hideQueueTime(
  1. bool value
)

Implementation

void hideQueueTime(bool value) {
  _channel.invokeMethod('hideQueueTime', value);
}