isAppleSafari method
Returns whether the current browser is Safari on the web.
Implementation
bool isAppleSafari() => _platform.isAppleSafari();
Returns whether the current browser is Safari on the web.
bool isAppleSafari() => _platform.isAppleSafari();