logTimeEvent abstract method

Future<void> logTimeEvent(
  1. String name,
  2. double seconds
)

Implementation

Future<void> logTimeEvent(String name, double seconds);