ResultCallBack typedef

ResultCallBack = void Function(dynamic result)

Implementation

typedef ResultCallBack = void Function(dynamic result);