menu
simplify_satva package
documentation
simplify.dart
Simplify
getFileExtensionFromPath static method
getFileExtensionFromPath static method
dark_mode
light_mode
getFileExtensionFromPath
static method
String
getFileExtensionFromPath
(
String
path
)
Implementation
static String getFileExtensionFromPath(String path) { return path.split('.').last; }
simplify_satva package
documentation
simplify
Simplify
getFileExtensionFromPath static method
Simplify class