pause method

void pause(
  1. bool b
)
override

Implementation

void pause(bool b)
{
  throw(UnimplementedError());
}