PropertiesCallback<T> typedef
PropertiesCallback<T> =
T Function()
Callback type for defining platform-specific properties.
Implementation
typedef PropertiesCallback<T> = T Function();
Callback type for defining platform-specific properties.
typedef PropertiesCallback<T> = T Function();