updateContentInsets method
- EdgeInsets insets,
- bool animated
Implementation
Future<void> updateContentInsets(EdgeInsets insets, bool animated) async {
throw UnimplementedError('updateContentInsets() has not been implemented.');
}
Future<void> updateContentInsets(EdgeInsets insets, bool animated) async {
throw UnimplementedError('updateContentInsets() has not been implemented.');
}