registerPush static method
Kick off APNs / FCM registration on the native side
Implementation
static Future<void> registerPush({required int type,required bool isOpen}) {
return TuyaCameraPlatform.instance.registerPush(type: type,isOpen: isOpen);
}