enableOppPush method Null safety
- String appKey,
- String secret
开启Oppo推送,appkey
是Oppo的appkey,secret
是Oppo的secret。申请流程访问
http://docs-im.easemob.com/im/android/push/thirdpartypush
Implementation
void enableOppPush(String appKey, String secret) {
_enableOppoPush = true;
_oppoAppKey = appKey;
_oppoAppSecret = secret;
}