Guest User

Untitled

a guest
Jul 22nd, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. void Function() loadTranslationComponent = () {};
  2.  
  3. import 'package:name/translation.dart';
  4.  
  5. void main() {
  6. loadTranslationComponent = () {
  7. // Code to initialize and use only in development mode.
  8. };
  9. }
Add Comment
Please, Sign In to add comment