buildView method

Widget buildView(
  1. Map<String, dynamic> arguments,
  2. PlatformViewCreatedCallback onPlatformViewCreated
)

Returns a widget displaying the button.

Implementation

Widget buildView(Map<String, dynamic> arguments,
    PlatformViewCreatedCallback onPlatformViewCreated) {
  throw UnimplementedError('buildView() has not been implemented.');
}