enable method

Implementation

PluginConfiguration enable() {
  return copyWith(enabled: true, lastModified: DateTime.now());
}