import 'package:dartz/dartz.dart';
import '../entities/app_error.dart';
abstract class UseCase<Type, Params> {
Future<Either<AppError, Type>> call(Params params);
}
Preview:
downloadDownload PNG
downloadDownload JPEG
downloadDownload SVG
Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!
Click to optimize width for Twitter