OnResult typedef

OnResult = dynamic Function(String result, bool online)

Implementation

typedef OnResult = Function(String result,bool online);