startTime static method
Implementation
static startTime(BuildContext context) async {
var _duration = new Duration(seconds: 2);
return new Timer(_duration, checkUserLogin(context));
}
static startTime(BuildContext context) async {
var _duration = new Duration(seconds: 2);
return new Timer(_duration, checkUserLogin(context));
}