google/reflectable.dart

How to calling a global function with reflectable?

RicoLiu opened this issue · 2 comments

eg:

jsonDecode('{"name": "test"}');

How to call jsonDecode with reflectable?

Here is an example showing how a top-level function can be called reflectively.

Here is an example showing how a top-level function can be called reflectively.

thank you.