Skip to content

Instantly share code, notes, and snippets.

@theefer
Created May 25, 2016 14:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save theefer/5a7629c88bdc766294d4badecd1e80ba to your computer and use it in GitHub Desktop.
Save theefer/5a7629c88bdc766294d4badecd1e80ba to your computer and use it in GitHub Desktop.
@JS('darttest')
library darttest;
import 'package:js/js.dart';
@JS()
external FooBar getFooBar();
@JS()
class FooBar {
external String test1();
}
@JS()
external Node getNode();
@JS()
class Node {
external String test2();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment