processStream abstract method

Future<bool> processStream({
  1. required String stream,
  2. dynamic hint,
})

Implementation

Future<bool> processStream({required String stream, dynamic hint});