flutterxel_core_title method

bool flutterxel_core_title(
  1. Pointer<Char> title
)

Implementation

bool flutterxel_core_title(ffi.Pointer<ffi.Char> title) {
  return _flutterxel_core_title(title);
}