newFromPrivateKey abstract method

Future<Map> newFromPrivateKey({
  1. required String privateKey,
})

Implementation

Future<Map> newFromPrivateKey({
  required String privateKey,
});