Exports the mnemonic phrase associated with the HD wallet.
Returns the mnemonic phrase as a String.
String
@override Future<String?> exportMnemonic() async { return await _getMnemonic(); }