FnBridgeCallback typedef

FnBridgeCallback = dynamic Function(dynamic args)

Implementation

typedef FnBridgeCallback = Function(
    dynamic args);