createLinuxAdapter function

WorkflowPlatformAdapter createLinuxAdapter()

Create Linux adapter instance

Implementation

WorkflowPlatformAdapter createLinuxAdapter() {
  return WorkflowFlutterLinuxPlugin();
}