settingsChannelForTesting property

  1. @visibleForTesting
MethodChannel? get settingsChannelForTesting

Gets _settingsChannel for test assertions.

Implementation

@visibleForTesting
MethodChannel? get settingsChannelForTesting => _settingsChannel;
  1. @visibleForTesting
set settingsChannelForTesting (MethodChannel? value)

Sets _settingsChannel for testing the pending intent check flow.

Implementation

@visibleForTesting
set settingsChannelForTesting(MethodChannel? value) =>
    _settingsChannel = value;