Using Service Classes to Design an Authentication API in Flutter
Service classes are an excellent method to keep third-party code implementation details out of your software when calling an API method from numerous locations in your code.
A side consequence of service classes is that it produces a domain language...
brianfisk.hashnode.dev6 min read