import 'dart:collection'; mixin RegistrationRepository { Future register(HashMap values); }