apply method

  1. @override
Future<void> apply(
  1. BasePrefService other
)
override

Merge the preference values from other

Implementation

@override
Future<void> apply(BasePrefService other) {
  return _proxy.apply(other);
}