flutterxel_core_stop method

bool flutterxel_core_stop(
  1. int ch
)

Implementation

bool flutterxel_core_stop(int ch) {
  return _flutterxel_core_stop(ch);
}