opt: format and name
This commit is contained in:
parent
1426771ec9
commit
9d391d3801
@ -1294,7 +1294,7 @@ Future<bool> initUniLinks() async {
|
|||||||
|
|
||||||
/// Listen for uni links.
|
/// Listen for uni links.
|
||||||
///
|
///
|
||||||
/// * handleByFlutter: Should uni links being handled by Flutter.
|
/// * handleByFlutter: Should uni links be handled by Flutter.
|
||||||
///
|
///
|
||||||
/// Returns a [StreamSubscription] which can listen the uni links.
|
/// Returns a [StreamSubscription] which can listen the uni links.
|
||||||
StreamSubscription? listenUniLinks({handleByFlutter = true}) {
|
StreamSubscription? listenUniLinks({handleByFlutter = true}) {
|
||||||
|
@ -207,7 +207,7 @@ void runMultiWindow(
|
|||||||
await restoreWindowPosition(WindowType.PortForward, windowId: kWindowId!);
|
await restoreWindowPosition(WindowType.PortForward, windowId: kWindowId!);
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
// no such appType
|
// no such appType
|
||||||
exit(0);
|
exit(0);
|
||||||
}
|
}
|
||||||
// show window from hidden status
|
// show window from hidden status
|
||||||
|
Loading…
x
Reference in New Issue
Block a user