mirror of
https://github.com/wgh136/flutter_qjs.git
synced 2025-09-27 13:27:24 +00:00
11 lines
354 B
C
11 lines
354 B
C
#include <flutter_linux/flutter_linux.h>
|
|
|
|
#include "include/flutter_qjs/flutter_qjs_plugin.h"
|
|
|
|
// This file exposes some plugin internals for unit testing. See
|
|
// https://github.com/flutter/flutter/issues/88724 for current limitations
|
|
// in the unit-testable API.
|
|
|
|
// Handles the getPlatformVersion method call.
|
|
FlMethodResponse *get_platform_version();
|