excluirusuario static method
Implementation
static Future<void> excluirusuario() async {
SharedPreferences preferences = await SharedPreferences.getInstance();
preferences.setString('usuario', "");
}
static Future<void> excluirusuario() async {
SharedPreferences preferences = await SharedPreferences.getInstance();
preferences.setString('usuario', "");
}