Building Platform Specific UI (android and iOS)              lect(14 -6)     

First import dart: io

create method in class for both platform and apply using(creating) a new method or using ternary operator 

Then Platform.isIOS and Platform.isAndroid

Comments