logPlanLimitHit method

Future<void> logPlanLimitHit()

Implementation

Future<void> logPlanLimitHit() async {
  await _send('cli_plan_limit_hit');
}