mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-01-10 21:04:53 +00:00
10 lines
350 B
C
10 lines
350 B
C
#include <flutter_linux/flutter_linux.h>
|
|
|
|
#include "include/cw_monero/cw_monero_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();
|