@override Map<String, Function> methods() { return { 'now': () => DateTime.now().microsecondsSinceEpoch / 1000, }; }