winrtUninitialize function

  1. @Deprecated('winrtUninitialize is not required in most scenarios, since ' 'Windows will clean up the process on exit. If you explicitly want to ' 'uninitialize the Windows Runtime, use RoUninitialize directly instead. ' 'This function will be removed in the next major release.')
void winrtUninitialize()

Implementation

@Deprecated('winrtUninitialize is not required in most scenarios, since '
    'Windows will clean up the process on exit. If you explicitly want to '
    'uninitialize the Windows Runtime, use RoUninitialize directly instead. '
    'This function will be removed in the next major release.')
void winrtUninitialize() {}