예제 #1
0
 static public async Task Clear()
 {
     try
     {
         await UserStorage.DeleteFileIfExists("AppLogs.txt");
     }
     catch { /* Avoid any exception at this point. */ }
 }