setAutomaticResourceManagementEnabled method

Future<void> setAutomaticResourceManagementEnabled(
  1. bool enabled
)

Sets whether automatic resource management is enabled or disabled for this app.

Implementation

Future<void> setAutomaticResourceManagementEnabled(bool enabled) async {
  throw UnimplementedError(
    'setAutomaticResourceManagementEnabled() has not been implemented.',
  );
}