getThemeMode method

Future<NativeLensThemeMode> getThemeMode()

Returns the native system theme mode reported by the platform.

Implementation

Future<NativeLensThemeMode> getThemeMode() {
  throw UnimplementedError('getThemeMode() has not been implemented.');
}