Can you create a method on the dao, with an abstract class? #575
HasslerYahir
started this conversation in
General
Replies: 1 comment
-
Yes it's possible.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Can you create a method on the dao, with an abstract class?
for example
@insert
Future<List> inserBeneficiary(List beneficiary);
being an abstract class beneficiary.
Beta Was this translation helpful? Give feedback.
All reactions