The only difference is that the classes we’re using as interfaces don’t have the abstract keyword so one() and two() must have a body (it’s empty, but it’s still there).
What is the difference between abstract class and interface in Dart?
The only difference is that the classes we’re using as interfaces don’t have the abstract keyword so one() and two() must have a body (it’s empty, but it’s still there).