FlutterBusFunction<T> typedef

FlutterBusFunction<T> = void Function(T)

Function def for functions that use the Flutter Bus

Implementation

typedef FlutterBusFunction<T> = void Function(T);