build method

T build(
  1. BuildContext context
)

Creates the Service instance within the current build context.

Implementation

T build(BuildContext context) {
  return create(context);
}