You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
360 B
11 lines
360 B
11 months ago
|
#include <flutter_linux/flutter_linux.h>
|
||
|
|
||
|
#include "include/secure_storage/secure_storage_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();
|