We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99a34cd commit ee95922Copy full SHA for ee95922
README.md
@@ -204,7 +204,7 @@ void InitializeSafeFireAndForget()
204
void UninitializeSafeFireAndForget()
205
{
206
// Remove default exception handling
207
- SafeFireAndForgetExtensions.RemoveDefaultExceptionHandling()
+ SafeFireAndForgetExtensions.RemoveDefaultExceptionHandling();
208
}
209
210
void HandleButtonTapped(object sender, EventArgs e)
0 commit comments