downloadAllData static method

Future<void> downloadAllData()

Initiates the download of all the WonderPush data relative to the current installation and opens a user interface to let users use it as they wish.

Implementation

static Future<void> downloadAllData() async {
  await _methodChannel.invokeMethod('downloadAllData');
}