setCustomLayout method

Future<bool?> setCustomLayout(
  1. int customWidth,
  2. int customHeight
)

Implementation

Future<bool?> setCustomLayout(int customWidth, int customHeight) async {
  // Placeholder for implementation logic
  throw UnimplementedError('setCustomLayout() has not been implemented.');
}