flutterxel_core_fullscreen method

bool flutterxel_core_fullscreen(
  1. bool enabled
)

Implementation

bool flutterxel_core_fullscreen(bool enabled) {
  return _flutterxel_core_fullscreen(enabled);
}