register static method
Implementation
static Future<void> register({
required String iosKey,
required String androidKey,
required String channel,
}) async {
await Get.putAsync(() => Future(() => UmengService(
iosKey: iosKey, androidKey: androidKey, channel: channel)));
}