setAndroidCommandResendCount method
Android only: 设置指令发送失败重发次数,0 关闭,负数由 native 忽略。
Implementation
Future<void> setAndroidCommandResendCount(int resendCount) {
throw UnimplementedError(
'setAndroidCommandResendCount() has not been implemented.',
);
}