isAppleSafari method

bool isAppleSafari()

Returns whether the current browser is Safari on the web.

Implementation

bool isAppleSafari() => _platform.isAppleSafari();