startTimer static method

void startTimer(
  1. String key
)

Implementation

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