getRuntimeType method
Implementation
RuntimeType getRuntimeType() {
if (kIsWeb) {
return RuntimeType.WEB;
}
return RuntimeType.MOBILE;
}
RuntimeType getRuntimeType() {
if (kIsWeb) {
return RuntimeType.WEB;
}
return RuntimeType.MOBILE;
}