updateTheme method

Future<void> updateTheme(
  1. BabylAITheme theme
)

Update theme

Implementation

Future<void> updateTheme(BabylAITheme theme) {
  throw UnimplementedError('updateTheme() has not been implemented.');
}