flutterxel_core_pal method

bool flutterxel_core_pal(
  1. int col1,
  2. int col2
)

Implementation

bool flutterxel_core_pal(int col1, int col2) {
  return _flutterxel_core_pal(col1, col2);
}