Go to the source code of this file.
Classes | |
class | flutter::StreamHandlerFunctions< T > |
Namespaces | |
flutter | |
Typedefs | |
template<typename T > | |
using | flutter::StreamHandlerListen = std::function< std::unique_ptr< StreamHandlerError< T > >(const T *arguments, std::unique_ptr< EventSink< T > > &&events)> |
template<typename T > | |
using | flutter::StreamHandlerCancel = std::function< std::unique_ptr< StreamHandlerError< T > >(const T *arguments)> |