auth_widget.dart 88 B

12345
  1. import 'package:flutter/widgets.dart';
  2. abstract class IAuth {
  3. Widget authScreen();
  4. }