updated project style guidelines
This commit is contained in:
analysis_options.yamloverhang.dart
lib
api
apiError.dartapiParams.dartapiRequest.dartapiResponse.dartmhslApi.dartrequestCache.dart
app.dartholidays
marianumcloud
autocomplete
files-sharing
talk
chat
createRoom
deleteMessage
deleteReactMessage
getParticipants
getReactions
leaveRoom
reactMessage
room
sendMessage
setFavorite
setReadMarker
talkApi.darttalkError.dartwebdav
mhsl
breaker
customTimetableEvent
add
customTimetableEvent.dartget
getCustomTimetableEvent.dartgetCustomTimetableEventCache.dartgetCustomTimetableEventParams.dartgetCustomTimetableEventResponse.dart
remove
update
message
getMessages
notify
server
feedback
userIndex
webuntis
extensions
main.dartmodel
accountData.dartaccountModel.dart
breakers
chatList
dataCleaner.dartdataHolder.dartendpointData.dartfiles
holidays
message
timetable
notification
storage
base
devTools
file
fileView
gradeAverages
holidays
notification
talk
timetable
theming
view
login
pages
files
more
feedback
holidays
message
roomplan
share
talk
chatDetails
chatList.dartchatView.dartcomponents
joinChat.dartmessageReactions.dartsearchChat.darttalkNavigator.darttimetable
settings
widget
@ -9,12 +9,8 @@ class LeaveRoom extends TalkApi {
|
||||
LeaveRoom(this.chatToken) : super('v4/room/$chatToken/participants/self', null);
|
||||
|
||||
@override
|
||||
assemble(String raw) {
|
||||
return null;
|
||||
}
|
||||
assemble(String raw) => null;
|
||||
|
||||
@override
|
||||
Future<Response> request(Uri uri, Object? body, Map<String, String>? headers) {
|
||||
return http.delete(uri, headers: headers);
|
||||
}
|
||||
}
|
||||
Future<Response> request(Uri uri, Object? body, Map<String, String>? headers) => http.delete(uri, headers: headers);
|
||||
}
|
||||
|
Reference in New Issue
Block a user