setPerformanceCollectionEnabled method
Enables or disables custom performance monitoring setup.
This setting is persisted and applied on future invocations of your application. By default, custom performance monitoring is enabled.
Implementation
Future<void> setPerformanceCollectionEnabled(bool enabled) {
return _delegate.setPerformanceCollectionEnabled(enabled);
}