<itemvalue="The child can be at most as large as the available space (but is allowed to be smaller)."/>
<itemvalue="The child can be at most as large as the available space (but is allowed to be smaller)."/>
<itemvalue="The child is forced to fill the available space."/>
<itemvalue="The child is forced to fill the available space."/>
@ -53,12 +54,11 @@
<itemvalue="Returns a [IdTokenResult] containing the users JSON Web Token (JWT) and other metadata. Returns the current token if it has not expired. Otherwise, this will refresh the token and return a new one. If [forceRefresh] is `true`, the token returned will be refreshed regardless of token expiration."/>
<itemvalue="Returns a [IdTokenResult] containing the users JSON Web Token (JWT) and other metadata. Returns the current token if it has not expired. Otherwise, this will refresh the token and return a new one. If [forceRefresh] is `true`, the token returned will be refreshed regardless of token expiration."/>
<itemvalue="Returns a JSON Web Token (JWT) used to identify the user to a Firebase service. Returns the current token if it has not expired. Otherwise, this will refresh the token and return a new one. If [forceRefresh] is `true`, the token returned will be refreshed regardless of token expiration."/>
<itemvalue="Returns a JSON Web Token (JWT) used to identify the user to a Firebase service. Returns the current token if it has not expired. Otherwise, this will refresh the token and return a new one. If [forceRefresh] is `true`, the token returned will be refreshed regardless of token expiration."/>
<itemvalue="If [forceRefresh] is `true`, the token returned will be refreshed regardless of token expiration."/>
<itemvalue="If [forceRefresh] is `true`, the token returned will be refreshed regardless of token expiration."/>
<itemvalue="A longer-lived native function, which occupies the thread calling it. Do not call these kind of native functions in the main isolate. They will block Dart execution. This will cause dropped frames in Flutter applications. Instead, call these native functions on a separate isolate."/>