ResultCallback typedef

ResultCallback = void Function(dynamic result)

Implementation

typedef ResultCallback = void Function(dynamic result);