provideExposes method

  1. @override
Map<Type, Type> provideExposes()

Returns a map for the exposing of services.

Implementation

@override
Map<Type, Type> provideExposes() {
  return <Type, Type>{_i2.Routing: _i2.Routing};
}