downloadRules static method

Future<void> downloadRules()

RulesEngine API to download and refresh rules from the server. (iOS only)

Implementation

static Future<void> downloadRules() => _channel.invokeMethod('downloadRules');