HeraService constructor
HeraService({
- required ServiceClient grpcUserClient,
- required dynamic authorize,
- required String jwtPublicKey,
- required String namespace,
- required bool debug,
Implementation
HeraService({
required this.grpcUserClient,
required Authorize authorize,
required this.jwtPublicKey,
required this.sharedPreferences,
required this.namespace,
required this.debug,
}) {
_authorize = authorize;
}