PlatformInterfaceImpl constructor

PlatformInterfaceImpl()

Implementation

PlatformInterfaceImpl() {
  // Set up method channels for events
  _setupMethodChannelEventHandling();
  debugPrint('Method channel bridge initialized');
}