Callback typedef

Callback = void Function(Map result)

定义回调

Implementation

typedef Callback = void Function(Map result);