setAutomaticResourceManagementEnabled method
Sets whether automatic resource management is enabled or disabled for this app.
Implementation
@override
Future<void> setAutomaticResourceManagementEnabled(bool enabled) {
// TODO: implement setAutomaticResourceManagementEnabled
throw UnimplementedError();
}