random method

Future<Map?> random(
  1. int numBytes
)

Implementation

Future<Map<dynamic, dynamic>?> random(int numBytes) {
  throw UnimplementedError('random() has not been implemented.');
}