Sets the level and above at which log messages should be saved/printed.
static void setLevel({@required String level})async { _channel.invokeMethod(LOGGER_SETLEVEL,<String, dynamic>{LEVEL: level}); }