PatchbayExtensionRegistrar typedef

PatchbayExtensionRegistrar = void Function(String method, ServiceExtensionHandler handler)

Implementation

typedef PatchbayExtensionRegistrar =
    void Function(String method, ServiceExtensionHandler handler);