AuthService constructor

AuthService(
  1. MethodChannel _methodChannel,
  2. Map<String, Handler> handlerMap
)

Implementation

AuthService(MethodChannel _methodChannel, Map<String, Handler> handlerMap) : super(_methodChannel, handlerMap);