getAllValues method

  1. @override
Map<String, dynamic> getAllValues()
override

Return all currently known values, using the same typing rules as getValue with a null default (i.e. minimal inference).

Implementation

@override
Map<String, dynamic> getAllValues() => RemoteConfigService().getAllValues();