checkMyId abstract method

Future<Either<ProfileModel, dynamic>> checkMyId(
  1. BuildContext context,
  2. String? code
)

Implementation

Future<Either<ProfileModel, dynamic>> checkMyId(
    BuildContext context, String? code);