cancelRestore static method
Cancels the restore process started from restoreBackup() Method.
Example:
await Mirrorfly.cancelRestore();
Implementation
static Future<void> cancelRestore() {
return FlyChatFlutterPlatform.instance.cancelRestore();
}