fl_umeng_apm

Last updated:

0 purchases

fl_umeng_apm Image
fl_umeng_apm Images
Add to Cart

Description:

fl umeng apm

fl_umeng_apm #

基于 fl_umeng 必须初始化友盟 FlUMeng().init()

开始使用 #

注册友盟


Future<void> initState() async {
/// 注册友盟性能监测
final bool? data = await FlUMengAPM().init();

/// 初始化APM后再 初始化UMeng
print('UMeng 初始化成功 = $data');
}

copied to clipboard

设置版本号


void fun() async {
/// 设置版本号
final bool data =
await FlUMengAPM().setAppVersion('1.0.0', '1.0.1', '20');
print('setAppVersion $data');
}
copied to clipboard

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.