setThemeData method

Future<bool?> setThemeData(
  1. String themeData
)

Implementation

Future<bool?> setThemeData(String themeData) {
  throw UnimplementedError('setThemeData() has not been implemented.');
}