newFromMnemonicPhraseWithPathStaticMethodWalletUnlocked abstract method

Future<WalletUnlocked> newFromMnemonicPhraseWithPathStaticMethodWalletUnlocked({
  1. required String phrase,
  2. Provider? provider,
  3. required String path,
  4. dynamic hint,
})

Implementation

Future<WalletUnlocked>
    newFromMnemonicPhraseWithPathStaticMethodWalletUnlocked(
        {required String phrase,
        Provider? provider,
        required String path,
        dynamic hint});