menu
js_bindings package
documentation
bindings/js_self_profiling.dart
PropsProfiler
stop method
stop method
dark_mode
light_mode
stop
method
Future
<
ProfilerTrace
>
stop
(
)
Implementation
Future<ProfilerTrace> stop() => js_util.promiseToFuture(js_util.callMethod(this, 'stop', []));
js_bindings package
documentation
bindings/js_self_profiling
PropsProfiler
stop method
PropsProfiler extension on
Profiler