randomStreamId property

String randomStreamId

Implementation

String get randomStreamId => String.fromCharCodes(
      List.generate(8, (index) => Random().nextInt(33) + 89),
    );