Future<void> log(String log, int level) async { return await _channel.invokeMethod("CRLog", {"level": level, "log": log}); }