getRemoteConfig method

Future<Map<String, dynamic>?> getRemoteConfig()

Implementation

Future<Map<String, dynamic>?> getRemoteConfig() {
  throw UnimplementedError('getRemoteConfig() has not been implemented.');
}