setPttTimeLimit method

void setPttTimeLimit(
  1. int second
)

Implementation

void setPttTimeLimit(int second) {
  throw UnimplementedError('setPttTimeLimit() has not been implemented.');
}