menu
tencent_cloud_chat_sdk
web/utils/utils.dart
Func1<
A
,
R
> typedef
Func1
dark_mode
light_mode
Func1<
A
,
R
>
typedef
Func1
<
A
,
R
> =
R Function
(
A
a
)
Implementation
typedef Func1<A, R> = R Function(A a);
tencent_cloud_chat_sdk
js_interop
Func1<
A
,
R
> typedef
js_interop library