factories property

  1. @override
Map<Type, InitFactory> factories
override

Implementation

@override
Map<Type, InitFactory> get factories => {
      if (options.remote != null)
        LocalinoRemoteApi: (args) => options.remote!.call(args),
    };