Added functionality to jump to talk-tab when app is launched via notification
This commit is contained in:
@ -2,4 +2,9 @@ class ApiError {
|
||||
String message;
|
||||
|
||||
ApiError(this.message);
|
||||
|
||||
@override
|
||||
String toString() {
|
||||
return "ApiError: $message";
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user