Commit 96af6e6e authored by justin's avatar justin

fix bug for (This expression has type 'void' and can't be used)

parent 1869fd11
......@@ -199,7 +199,7 @@ class BoostContainerState extends NavigatorState {
}
if (canPop()) {
return super.pop(result);
return super.pop<T>(result);
} else {
if (T is Map<String, dynamic>) {
FlutterBoost.singleton
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment