callUseCase abstract method

Future<Either<Exception, dynamic>> callUseCase(
  1. String id,
  2. Map<String, dynamic> json
)

Implementation

Future<Either<Exception, dynamic>> callUseCase(
    String id, Map<String, dynamic> json);