validateSdkKey abstract method

Future<Either<IncommeError, ValidateSdkResponse>> validateSdkKey({
  1. required Map<String, dynamic> body,
})

Implementation

Future<Either<IncommeError, ValidateSdkResponse>> validateSdkKey({
  required Map<String, dynamic> body,
});