setSessionProfilerEnabled static method

Future<void> setSessionProfilerEnabled(
  1. bool sessionProfilerEnabled
)

Enable/disable session profiler sessionProfilerEnabled desired state of the session profiler feature.

Implementation

static Future<void> setSessionProfilerEnabled(
  bool sessionProfilerEnabled,
) async {
  return _host.setSessionProfilerEnabled(sessionProfilerEnabled);
}