FromFireSyncDelegate<T> typedef

FromFireSyncDelegate<T> = void Function(T?)

Implementation

typedef FromFireSyncDelegate<T> = void Function(T?);