newFromPrivateKey method

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

Implementation

@override
Future<Map> newFromPrivateKey({
  required String privateKey,
}) {
  throw Exception('Stub implementation');
}