• Alex's avatar
    🐛 Fix type cast error with `invokeMethod` method. · fbd1446f
    Alex authored
    The root cause is that dart only returned `Map<dynamic, dynamic>` rather than specific generic type when `invokeMethod` was called. For more specific generic type user can use `cast<String, dynamic>` after the result was returned.
    fbd1446f
simple_page_widgets.dart 8.19 KB