pauseTimer static method

void pauseTimer(
  1. String key
)

Implementation

static void pauseTimer(String key) {
  _channel.invokeMethod('pauseTimer', {'key': key});
}