Future<void> setCustomer({String? name, String? email}) { throw UnimplementedError('setCustomer() has not been implemented.'); }