cleanFlash method

T cleanFlash({
  1. required int index,
})

清除位图

Implementation

T cleanFlash({required int index}) {
  return push(TCleanBmpFlash(index: index));
}