flutterxel_core_playm method

bool flutterxel_core_playm(
  1. int msc,
  2. bool loop
)

Implementation

bool flutterxel_core_playm(int msc, bool loop) {
  return _flutterxel_core_playm(msc, loop);
}