random method

Future<StringResult> random(
  1. int numBytes
)

Implementation

Future<StringResult> random(int numBytes) {
  throw UnimplementedError('random() has not been implemented.');
}