>>> (indent 10) | |
result = ProviderScope(overrides: [ | |
selectedCharacterId.overrideWithValue(split.last), | |
], child: const CharacterView()); | |
<<< | |
result = ProviderScope( | |
overrides: [selectedCharacterId.overrideWithValue(split.last)], | |
child: const CharacterView(), | |
); |