isIOS property

bool isIOS

Check Platform is IOS if it is return true otherwise false

Implementation

bool get isIOS => Platform.isIOS;