menu
jc_sdk package
documentation
com/juphoon/cloud/jc_client.dart
JCClient
getAppkey abstract method
getAppkey abstract method
dark_mode
light_mode
getAppkey
abstract method
Future
<
String
?
>
getAppkey
(
)
获取Appkey
返回的Appkey是由 @ref create 方法传入的
@return Appkey
Implementation
Future<String?> getAppkey();
jc_sdk package
documentation
com/juphoon/cloud/jc_client
JCClient
getAppkey abstract method
JCClient class