You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The private name '_method', defined by 'OtherMixin', conflicts with the same name defined by 'Mixin'.
Try removing 'OtherMixin' from the 'with' clause.dart[private_collision_in_mixin_application](https://dart.dev/diagnostics/private_collision_in_mixin_application)
But there's no name conflict. Instead OtherMixin._method is from the same interface as Mixin._method