-
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