Future<List<String>> enable() async => (await promiseToFuture<List<dynamic>>(impl.enable())) .map((e) => e.toString()) .toList();