Skip to content

Commit

Permalink
todo: remove sdkId getter and setter (apache#23692)
Browse files Browse the repository at this point in the history
  • Loading branch information
darkhan.nausharipov committed Jan 6, 2023
1 parent ff8d32b commit 256d7b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions learning/tour-of-beam/frontend/lib/state.dart
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ class AppNotifier extends ChangeNotifier {
unawaited(_readSdkId());
}

// TODO(nausharipov): remove sdkId getter and setter
String? get sdkId => _sdkId;
Sdk? get sdk => Sdk.tryParse(_sdkId);

Expand Down

0 comments on commit 256d7b7

Please sign in to comment.