mobileLogin abstract method

Future<Either<Failure, Success>> mobileLogin(
  1. String clientId,
  2. String secretKey,
  3. String field,
  4. String uuid,
)

Implementation

Future<Either<Failure, Success>> mobileLogin(
    String clientId, String secretKey, String field, String uuid);