How to get a list of all loaded libraries in dart? -


Is it possible to make some calls from the main to get all loaded libraries at runtime?

  main () {intereabel & lt; LibraryMar & gt; Libraries = matching allloaded libraries (); }  

I think there is a type library mirror in the mirror package but I do not think how you get a library mirror, because you do not refer to them in the code just like a top level Function / Variable or Class Name

  import 'dart: mirrors`; CurrentMirrorSystem () libraries.  

Comments

Popular posts from this blog

java - Can't add JTree to JPanel of a JInternalFrame -

javascript - data.match(var) not working it seems -

javascript - How can I pause a jQuery .each() loop, while waiting for user input? -