import 'package:flutter/widgets.dart'; abstract class IAuth { Widget authScreen(); }