cancelRestore static method

Future<void> cancelRestore()

Cancels the restore process started from restoreBackup() Method.

Example:

await Mirrorfly.cancelRestore();

Implementation

static Future<void> cancelRestore() {
  return FlyChatFlutterPlatform.instance.cancelRestore();
}