stopTimer static method

void stopTimer(
  1. String key
)

Implementation

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