deleteAccount method
Implementation
@override
_i4.Future<_i3.Either<_i5.Failure, _i5.User?>> deleteAccount(
String? userId, {
Map<String, dynamic>? body,
}) =>
(super.noSuchMethod(
Invocation.method(
#deleteAccount,
[userId],
{#body: body},
),
returnValue: _i4.Future<_i3.Either<_i5.Failure, _i5.User?>>.value(
_FakeEither_1<_i5.Failure, _i5.User?>(
this,
Invocation.method(
#deleteAccount,
[userId],
{#body: body},
),
)),
returnValueForMissingStub:
_i4.Future<_i3.Either<_i5.Failure, _i5.User?>>.value(
_FakeEither_1<_i5.Failure, _i5.User?>(
this,
Invocation.method(
#deleteAccount,
[userId],
{#body: body},
),
)),
) as _i4.Future<_i3.Either<_i5.Failure, _i5.User?>>);