getCashflowWidget method

Future<Widget?> getCashflowWidget()

Returns a widget that displays the cash flow view.

This method should be implemented by platform-specific code to return a widget that displays the cash flow view using native components.

Implementation

Future<Widget?> getCashflowWidget() {
  throw UnimplementedError('getCashflowWidget() has not been implemented.');
}