backupInfo method

Future<bool> backupInfo(
  1. int walletId
)

Implementation

Future<bool> backupInfo(int walletId) {
  throw UnimplementedError('backupInfo() has not been implemented.');
}