Callback typedef

Callback = void Function(String result)

定义回调

Implementation

typedef Callback = void Function(String result);