static Future<bool> delete() async { SharedPreferences share = await SharedPreferences.getInstance(); await share.remove('customerId'); return true; }