derive method

Future<Map?> derive(
  1. String key,
  2. String salt,
  3. String info,
  4. int length,
)

Implementation

Future<Map<dynamic, dynamic>?> derive(
    String key, String salt, String info, int length) {
  throw UnimplementedError('derive() has not been implemented.');
}