Future<bool> deactivate() async { var result = await validate(); if (!result) return false; return true; }