libraryPrefix property

String get libraryPrefix

Get the current platform's library file prefix.

Implementation

static String get libraryPrefix {
  if (Platform.isWindows) return '';
  return 'lib';
}