QueryBack typedef

QueryBack = dynamic Function(int? code, dynamic data)

Implementation

typedef QueryBack = Function(int? code, dynamic data);