resumeTimer static method

void resumeTimer(
  1. String key
)

Implementation

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