backup method
Implementation
Future<void> backup({
required int walletId,
required String backupPath,
required String password,
}) {
throw UnimplementedError('backup() has not been implemented.');
}
Future<void> backup({
required int walletId,
required String backupPath,
required String password,
}) {
throw UnimplementedError('backup() has not been implemented.');
}