Returns the current setting for the maximum file size threshold.
static Future<int> getMaxFileSize() async{ final int fileSize = await _channel.invokeMethod(LOGGER_GETMAXFILESIZE); return fileSize; }