RouterCallback typedef

RouterCallback = void Function(dynamic data)

Implementation

typedef RouterCallback = void Function(dynamic data);