exportMnemonic method

  1. @override
Future<String?> exportMnemonic()
override

Exports the mnemonic phrase associated with the HD wallet.

Returns the mnemonic phrase as a String.

Implementation

@override
Future<String?> exportMnemonic() async {
  return await _getMnemonic();
}