SetFunction typedef

SetFunction = dynamic Function<T>(String key, dynamic value, [bool isSupportedPlatform])

Implementation

typedef SetFunction = Function<T>(String key, dynamic value,
    [bool isSupportedPlatform]);