logout method
Logout customer.
Implementation
Future<void> logout() {
throw UnimplementedError('logout() has not been implemented.');
}
Logout customer.
Future<void> logout() {
throw UnimplementedError('logout() has not been implemented.');
}