Authorizer constructor

Authorizer({
  1. AuthorizeFunc authorize,
})

Implementation

external factory Authorizer({AuthorizeFunc authorize});