StreamCallContextFunc typedef

StreamCallContextFunc = void Function(dynamic func())

Implementation

typedef StreamCallContextFunc = void Function(dynamic Function() func);