flutter-freaccess-hub/integration_test/home_test.dart

12 lines
184 B
Dart

part of 'app_test.dart';
class homeTest {
static Future drawer() async {}
static Future header() async {}
static Future feed() async {}
static Future isLogged() async {}
}