create method

  1. @override
Dio create(
  1. Ref ref
)

@nodoc

Implementation

@override
Dio create(Ref ref) {
  return fxDio(ref);
}