Toggle navigation
Toggle navigation
This project
Loading...
Sign in
flutter_package
/
fluttertpc_get
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
Jorge
2020-08-27 17:39:43 +0200
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
4713d0b77d2c63550ee6b6e29521725e99e73f20
4713d0b7
1 parent
7c9da771
fixes
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
lib/src/state_manager/rx/rx_event.dart
lib/src/state_manager/rx/rx_event.dart
View file @
4713d0b
...
...
@@ -100,7 +100,7 @@ class Worker {
final
String
type
;
void
_message
()
{
GetConfig
.
log
(
'
[Getx] Worker
$type
disposed
'
);
GetConfig
.
log
(
'
Worker
$type
disposed'
,
name:
'[Getx]
'
);
}
void
dispose
()
{
...
...
Please
register
or
login
to post a comment