FaiWebViewBackListener typedef

FaiWebViewBackListener = Future<bool?> Function(int type, Map<String, dynamic>? event)

Implementation

typedef FaiWebViewBackListener = Future<bool?> Function(
    int type, Map<String, dynamic>? event);