StringClosure typedef

StringClosure = dynamic Function(String?)

Implementation

typedef StringClosure = Function(String?);