settingsChannelForTesting property
Gets _settingsChannel for test assertions.
Implementation
@visibleForTesting
MethodChannel? get settingsChannelForTesting => _settingsChannel;
Sets _settingsChannel for testing the pending intent check flow.
Implementation
@visibleForTesting
set settingsChannelForTesting(MethodChannel? value) =>
_settingsChannel = value;