Future<void> writeLog(String log, Log logType) async{ AppticsFlutterPlatform.instance.writeLog(log,logType); }