mutateNow method
Implementation
Future<R> mutateNow(MutationKey<R> retainKey, {bool append = false}) {
return retainKey.mutateNow(this, append: append);
}
Future<R> mutateNow(MutationKey<R> retainKey, {bool append = false}) {
return retainKey.mutateNow(this, append: append);
}