createWindowsAdapter function

WorkflowPlatformAdapter createWindowsAdapter()

This is an empty adapter file used as a fallback in conditional imports It provides dummy implementations that will never be called, but allow the code to compile Dummy Windows adapter factory (never called)

Implementation

/// Dummy Windows adapter factory (never called)
WorkflowPlatformAdapter createWindowsAdapter() {
  return MethodChannelWorkflowAdapter();
}