callbackResultStream method
Stream to return resulted data.
Implementation
Stream callbackResultStream() {
throw UnimplementedError(
'callbackResultStream() has not been implemented.');
}
Stream to return resulted data.
Stream callbackResultStream() {
throw UnimplementedError(
'callbackResultStream() has not been implemented.');
}